home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / alv.sun / alv.lha / src / pattern.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-11-08  |  290 b   |  34 lines

  1. #define BOXSIZE         3
  2.  
  3. nt pat[] = 
  4. {    0,0,0,
  5.     0,0,0,
  6.     0,0,0,
  7.         0,0,0,
  8.         0,1,0,
  9.         0,0,0,
  10.     0,0,0,
  11.     1,0,1,
  12.     0,0,0,
  13.         0,0,1,
  14.         0,1,0,
  15.         1,0,0,
  16.     0,1,0,
  17.     1,0,1,
  18.     0,1,0,
  19.         1,0,1,
  20.         0,1,0,
  21.         1,0,1,
  22.     1,1,1,
  23.     0,1,0,
  24.     1,0,1,
  25.         1,1,1,
  26.         1,1,0,
  27.         1,0,1,
  28.     1,1,1,
  29.     1,0,1,
  30.     1,1,1,
  31.         1,1,1,
  32.         1,1,1,
  33.         1,1,1};
  34.